github.com/jackc/pgx/v5/pgtype.wrapStringEncodePlan.next (field)

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L1347: 	next EncodePlan
		pgtype.go#L1350: func (plan *derefPointerEncodePlan) SetNext(next EncodePlan) { plan.next = next }
		pgtype.go#L1359: 	return plan.next.Encode(ptr.Elem().Interface(), buf)